runtime.mcache.scanAlloc (field)

10 uses

	runtime (current package)
		arena.go#L516: 			c.scanAlloc += size - (typ.Size_ - typ.PtrBytes)
		arena.go#L518: 			c.scanAlloc += typ.PtrBytes
		malloc.go#L1192: 		c.scanAlloc += heapSetType(uintptr(x), dataSize, typ, header, span)
		malloc.go#L1270: 			getMCache(mp).scanAlloc += heapSetType(uintptr(x), dataSize, typ, header, span)
		mcache.go#L25: 	scanAlloc  uintptr // bytes of scannable heap allocated
		mcache.go#L212: 	gcController.update(int64(s.npages*pageSize)-int64(usedBytes), int64(c.scanAlloc))
		mcache.go#L213: 	c.scanAlloc = 0
		mcache.go#L261: 	scanAlloc := int64(c.scanAlloc)
		mcache.go#L262: 	c.scanAlloc = 0
		mgc.go#L1650: 		c.scanAlloc = 0